register file - перевод на Английский
Diclib.com
Словарь онлайн

register file - перевод на Английский

ARRAY OF PROCESSOR REGISTERS IN A CENTRAL PROCESSING UNIT; USUALLY IMPLEMENTED BY FAST STATIC RAMS WITH MULTIPLE PORTS
Register bank; Physical register file

register file         

общая лексика

регистровый файл

совокупность доступных программисту регистров процессора

блок регистров

синоним

register set

Смотрите также

CPU; register; register allocation; task switching

register bank         
блок регистров
Diatype         
FORM OF LANGUAGE USED FOR A PARTICULAR PURPOSE OR IN A PARTICULAR COMMUNICATIVE SITUATION
Levels of Register; Speech register; Diatype; Linguistic register; Language register; Formality scale; Lexicographical register; Formality level; Register (socio-linguistics); Speech levels; Formal register; Informal register; Low-register; High-register; Consultative register; Frozen register; Casual register; Intimate register
фирм.
фотонаборная машина "Диатайп"

Определение

ФАЙЛОВАЯ СИСТЕМА
часть операционной системы ЭВМ, ведающая использованием записей данных файлов.

Википедия

Register file

A register file is an array of processor registers in a central processing unit (CPU). Register banking is the method of using a single name to access multiple different physical registers depending on the operating mode. Modern integrated circuit-based register files are usually implemented by way of fast static RAMs with multiple ports. Such RAMs are distinguished by having dedicated read and write ports, whereas ordinary multiported SRAMs will usually read and write through the same ports.

The instruction set architecture of a CPU will almost always define a set of registers which are used to stage data between memory and the functional units on the chip. In simpler CPUs, these architectural registers correspond one-for-one to the entries in a physical register file (PRF) within the CPU. More complicated CPUs use register renaming, so that the mapping of which physical entry stores a particular architectural register changes dynamically during execution. The register file is part of the architecture and visible to the programmer, as opposed to the concept of transparent caches.